Creation parameters:
- parent
- id [=-1]
- title [=""]
- bitmap [=wxNullBitmap]
- x [=-1]
- y [=-1]
func run_wizard( atom wizard, atom first_page )
func wizard_event_direction( atom event )
func wizard_event_page( atom event )
Parent Topics:
Classes
Controls
Subtopics:
wxWizardPage
[func]
run_wizard ( atom wizard, atom first_page )
Category: wxWizard
See Also:
wizard_event_direction,
wizard_event_page
Category: wxWizard
Returns the direction of the page change. For a forward change,
the return value is 1, and the value is 0 for a backward change.
See Also:
run_wizard,
wizard_event_page
Category: wxWizard
Returns the pointer to the wxWizardPage that the event refers to.
See Also:
run_wizard,
wizard_event_direction